From 36bf80d76fc4cf747ef8174dd4bad213a2876590 Mon Sep 17 00:00:00 2001 From: robertl Date: Sun, 9 Apr 2006 20:14:51 +0000 Subject: [PATCH] Correct reversed polarity of entity encoding in mkcapabilities. --- tools/mkcapabilities | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mkcapabilities b/tools/mkcapabilities index ac97ad3b1..af3a2d955 100755 --- a/tools/mkcapabilities +++ b/tools/mkcapabilities @@ -1,4 +1,4 @@ -./gpsbabel -^2 | sed 's/\&/\&/' | awk -F'\t' ' +./gpsbabel -^2 | sed 's/\&/\&/' | awk -F'\t' ' function getcap(type, cap, sname, lname) { if (type == "internal") return print "" -- 2.30.2